home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / EngClock96.lha / EngClock96 / InstallLib < prev    next >
Encoding:
Text File  |  1995-12-06  |  513 b   |  24 lines

  1. failat 21
  2. c:version >nil: libs:translator.library VERSION=42
  3. if NOT warn
  4.     echo "You already have v42 of translator.library!"
  5.     skip end
  6. endif
  7.  
  8. echo "Installing library..." NOLINE
  9. copy libs/translator.library libs:
  10. c:version >nil: libs:translator.library VERSION=42
  11. if warn
  12.     echo "failed!"
  13.     skip end
  14. endif
  15. echo "done!"
  16. echo ""
  17. echo "Installing accents..."
  18. makedir >nil: locale:Accents ; This will quietly fail if already present
  19. copy locale/accents/#? locale:accents
  20. echo ""
  21. echo "Installation complete!"
  22.  
  23. lab end
  24.